*{
    margin: 0;
    padding: 0;
}
.chongqing{
    float: left;
    margin-top: 20px;
    width: 1160px;
    height: 225px;
    background: #fff;
}
.chongqing h2{
    margin: auto;
    font-size: 16px;
    text-align: center;
    color: #FC6808;
    width: 669px;
    height: 25px;
    line-height: 25px;
    background: url(./luyu.png) no-repeat;
}
.chongqing_box{
    margin-left: 10px;
    margin-top: 10px;
    width: 100%;
    height: 200px;
    border: 1px solid #ccc;
    border-radius: 10px;
}
.chongqing_box table thead{
    background: #0068b7;
    color: #000;
    font-weight: bold;
}
.chongqing_box table thead td{
    background-color: unset;
    font-size: 12px;
}
.chongqing_box table td{
    text-align: center;
    line-height: 30px;
}
.chongqing_box tr:nth-child(odd){
    background:#F4F4F4;
}
.chongqing_box table tbody{
    font-size: 14px;
}
.cq_title{
    float: left;
    margin-top: 15px;
    margin-left: -10px;
    padding: 10px;
    width: 35px;
    height: 150px;
    background: #0068b7;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    text-decoration: none;
}
.cq_table{
    float: left;
    margin: 20px 0 0 20px;
    width: 1070px;
    height: 170px;
    overflow: hidden;
}
.cq_title span{
    margin: auto;
}
.cq_title em{
    margin-top: 5px;
    display: block;
    color: #000;
    font-style: normal;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    font-size: 12px;
}